From 9965c23930b03d9a7d2f9f27ea3393e25de315ac Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 2 Aug 2010 17:44:31 +0000 Subject: [PATCH] Partially revert r70337. Let's not deprecate methods that are not even removed completely from core (!!!) --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index 2795a8b45b..b599bcc5f3 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1930,7 +1930,7 @@ class Linker { * @param $prefix String: Optional prefix */ function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) { - wfDeprecated( __METHOD__ ); + //wfDeprecated( __METHOD__ ); return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); } -- 2.20.1